Package com.cisco.pt.ipc.ui.impl
Class PrintDialogPT4Impl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.PrintDialogPT4Impl
- All Implemented Interfaces:
IPCObject,PrintDialogPT4
Information provided by the PKI file:
\class PrintDialogPT4
\brief PrintDialogPT4 allows for UI manipulation of the Print Dialog.
\example appWindow().getPrintDialog()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionPrintDialogPT4Impl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetWidgetDisable(String widgetName, boolean bVisible) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
PrintDialogPT4Impl
public PrintDialogPT4Impl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
setWidgetDisable
Information provided by the PKI file:
\brief Enables or disables input events to the specified widget. \param widgetName, name of the widget to enable or disable. \param bVisible, true to disable input events to the specified widget, false to enable input events.- Specified by:
setWidgetDisablein interfacePrintDialogPT4- Parameters:
widgetName- Takes in a parameter of widgetNamebVisible- Takes in a parameter of bVisible
-